[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
VS_DefPal()          Sets the color palette defaults

Description:

  VS_DefPal() is called by VERNSIX.LIB when the configuration database
  is initially created.  This is the function the programmer should
  change if he/she doesn't like the initial color settings.

Syntax:     

  VS_DEFPAL( n_Palette )

Pass:       

  n_Palette is a numeric value representing the palette number to
  set to default color.

Return:     

  VS_DefPal() always returns NIL

Notes:      


Example:    

  VS_DefPal(1)   && Resets color palette number 1
  VS_SaveClr()   && Saves changes to disk

Usage:      

  The programmer should rarely have a need to use this function, but it
  is important he/she know this is the function to modify to change the
  initial color settings.

See Also: VS_Palette() VS_SaveClr() VS_ReadClr()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson